home *** CD-ROM | disk | FTP | other *** search
- object Form5: TForm5
- Left = 228
- Top = 232
- BorderStyle = bsNone
- Caption = 'WinGuardian - Error Loading'
- ClientHeight = 119
- ClientWidth = 370
- Color = clBlack
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 370
- Height = 119
- Align = alClient
- TabOrder = 0
- Visible = False
- object Label2: TLabel
- Left = 13
- Top = 16
- Width = 345
- Height = 19
- Caption = 'WARNING: WinGuardian files have been tampered with'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 26
- Top = 44
- Width = 248
- Height = 19
- Caption = ' or are corrupt. Attempting to recover....'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object MaskEdit1: TEdit
- Left = 216
- Top = 178
- Width = 177
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- Visible = False
- end
- object Button1: TButton
- Left = 135
- Top = 79
- Width = 77
- Height = 26
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- end
- end
-